runtime.cleanupBlock.enqueue (method)

2 uses

	runtime (current package)
		mcleanup.go#L248: func (b *cleanupBlock) enqueue(fn *funcval) bool {
		mcleanup.go#L399: 	if full := b.enqueue(fn); full {